func runtime.acquirep

12 uses

	runtime (current package)
		proc.go#L1838: 		acquirep(gp.m.nextp.ptr())
		proc.go#L2171: 		acquirep(pp) // temporarily borrow p for mallocs in this function
		proc.go#L2887: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3148: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3518: 				acquirep(pp)
		proc.go#L3527: 			acquirep(pp)
		proc.go#L3535: 			acquirep(pp)
		proc.go#L3599: 			acquirep(pp)
		proc.go#L4770: 		acquirep(pp)
		proc.go#L4818: 		acquirep(pp)
		proc.go#L5775: 		acquirep(pp)
		proc.go#L5833: func acquirep(pp *p) {